home *** CD-ROM | disk | FTP | other *** search
/ Best of www.BestZips.com (Collector's Edition) / Best of WWW.BESTZIPS.COM Collector's Edition (JCSM Shareware) (JCS Marketing).ISO / egames__ / learn30.zip / CLEVEL3.BAT < prev    next >
DOS Batch File  |  1996-11-12  |  2KB  |  105 lines

  1. cls
  2. echo off
  3. cls
  4. echo Congratulations! Now you will learn your ABCs!
  5. echo Ready?
  6. pause
  7. cls
  8. echo           ██╗      ███████╗ ██╗   ██╗ ███████╗ ██╗         ██████╗
  9. echo           ██║      ██╔════╝ ██║   ██║ ██╔════╝ ██║         ╚════██╗
  10. echo           ██║      █████╗   ██║   ██║ █████╗   ██║          █████╔╝
  11. echo           ██║      ██╔══╝   ╚██╗ ██╔╝ ██╔══╝   ██║          ╚═══██╗
  12. echo           ███████╗ ███████╗  ╚████╔╝  ███████╗ ███████╗    ██████╔╝
  13. echo           ╚══════╝ ╚══════╝   ╚═══╝   ╚══════╝ ╚══════╝    ╚═════╝
  14. pause
  15. :a
  16. cls
  17. play 1.wav /q
  18. ask "type:" 1
  19. if errorlevel 1 goto 2
  20. :2
  21. cls
  22. play 2.wav /q
  23. ask "type:" 2
  24. if errorlevel 1 goto 3
  25. :3
  26. cls
  27. play 3.wav /q
  28. ask "type:" 3
  29. if errorlevel 1 goto 4
  30. :4
  31. cls
  32. play 4.wav /q
  33. ask "type:" 4
  34. if errorlevel 1 goto 5
  35. :5
  36. cls
  37. play 5.wav /q
  38. ask "type:" 5
  39. if errorlevel 1 goto 6
  40. :6
  41. cls
  42. play 6.wav /q
  43. ask "type:" 6
  44. if errorlevel 1 goto 7
  45. :7
  46. cls
  47. play 7.wav /q
  48. ask "type:" 7
  49. if errorlevel 1 goto 8
  50. :8
  51. cls
  52. play 8.wav /q
  53. ask "type:" 8
  54. if errorlevel 1 goto 9
  55. :9
  56. cls
  57. play 9.wav /q
  58. ask "type:" 9
  59. if errorlevel 1 goto 10
  60. :10
  61. cls
  62. play 0.wav /q
  63. ask "type:" 0
  64. if errorlevel 1 goto end
  65. :end
  66. cls
  67. echo press the escape key to end the music.
  68. play ballade.mid /q
  69. cls
  70. echo Wow! You won!!!! Incredible!
  71. :back
  72. ask "Do you want to go to the next level? (y,n)" ny
  73. if errorlevel 2 goto nextlevel
  74. cls
  75. ask "Are you sure you want to quit?" yn
  76. if errorlevel 2 goto back
  77. goto bye
  78. :nextlevel
  79. clevel4
  80. :bye
  81. echo ╔═════════════════════════════════════════════╗
  82. echo ║▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀║
  83. echo ║              The Counting Game              ║
  84. echo ║▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀║
  85. echo ║        To order, send a $5.00 Check or      ║
  86. echo ║        Money Order to:                      ║
  87. echo ║                                             ║
  88. echo ║             Tommy Chapin                    ║
  89. echo ║             Rt.1 Box 126                    ║
  90. echo ║             Van Alstyne, TX 75495           ║
  91. echo ║                                             ║
  92. echo ║    You will receive the latest version      ║
  93. echo ║    and the "Learn Your ABC's" game!         ║
  94. echo ║                                             ║
  95. echo ╚═════════════════════════════════════════════╝
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.